body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(bg.jpg);
	background-position: center top;
	background-color: #E3E3E3;
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
}
div, ul, p{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
a:link {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: none}
a:active {  font-family: "宋体"; font-size: 9pt; color: #990000; text-decoration: none}
a:visited {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: none}
a:hover {  font-family: "宋体"; font-size: 9pt; color: #FF0000; text-decoration: underline; font-weight: normal}

.menu {
	font-family: "宋体";
	width:1000px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 43px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
	font-family: "宋体";
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
	font-family: "宋体";
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:108px;
	height:40px;
	color:#000;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	line-height:40px;
	font-size:14px;
	background-image: url(a.jpg);
	font-family: "宋体";
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
	font-family: "宋体";
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#000000;
	background-image: url(b.jpg);
	height: 40px;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:41px; 
left:0; 
width:105px;
	font-family: "宋体";
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
	font-family: "宋体";
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
	font-family: "宋体";
}

/* Nav
==========================================================*/
.nav {
width:1000px;
    position: relative;
	margin:0px auto;
    background: url(/images/lrtk.png) no-repeat 0 -36px;
}
.navinner {
    background: url(/images/lrtk.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(/images/lrtk.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(/images/lrtk.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(/images/lrtk.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(/images/lrtk.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(/images/lrtk.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(/images/lrtk.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(/images/lrtk.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #3A3C3B;
}
.subnav a:hover, .subnav a:active {
    color: #3A3C3B;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5 { left: 570px; }
#subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}

.huifont {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 20px;
color: #5A5A5A;
	text-decoration: none;
}
a.heilink:link {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #2C2C2C;
	text-decoration: none;
}
a.heilink:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #2C2C2C;
	text-decoration: none;
}
a.heilink:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
a.heilink:active {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}
a.greenlink:link {
	font-family: "宋体", "Arial";
	font-size: 13px;	line-height: 18px;
color: #000000;
	text-decoration: none;
}
a.greenlink:visited {
	font-family: "宋体", "Arial";
	font-size: 13px;	line-height: 18px;
color: #000000;
	text-decoration: none;
}
a.greenlink:hover {
	font-family: "宋体", "Arial";
	font-size: 13px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}
a.greenlink:active {
	font-family: "宋体", "Arial";
	font-size: 13px;	line-height: 18px;
color: #000000;
	text-decoration: none;
}
.hongfont {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}
a.honglink:link {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}
a.honglink:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}
a.honglink:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #000385;
	text-decoration: underline;
}
a.adlink:link {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;	line-height: 18px;
}
a.adlink:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;	line-height: 18px;
}
a.adlink:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;	line-height: 18px;
}
a.adlinklan:link {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;	line-height: 18px;
}
a.adlinklan:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;	line-height: 18px;
}
a.adlinklan:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;	line-height: 18px;
}
a.honglink02:link {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
a.honglink02:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
a.honglink02:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #000099;
	text-decoration: none;
}
.formcss {
	font-family: "宋体", "Arial";
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #EBF5FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	color: #0066CC;

}
.heifont {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	height:120px;
	line-height: 24px;
	padding-right: 5px;
}
.hei14font {
	font-family: "宋体", "Arial";
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	line-height: 28px;
	padding-right: 5px;
}
.greenfont {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #DFE8B1;
	text-decoration: none;	line-height: 24px;
}
.tabsxzy {
	border: 1px solid #D4D4D4;
	background-color: #F5F5F5;
}
a.lanlnk:link {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #000385;
	text-decoration: none;	line-height: 18px;
}
a.lanlnk:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #000385;
	text-decoration: none;
}
a.lanlnk:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
.baifont {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tabzy {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8EBCF1;
	border-right-color: #8EBCF1;
	border-bottom-color: #8EBCF1;
	border-left-color: #8EBCF1;
}
.tabxux {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
}
.tablanx {
	border-top: 1px none #8EBCF1;
	border-right: 1px none #8EBCF1;
	border-bottom: 1px solid #8EBCF1;
	border-left: 1px none #8EBCF1;
}
.tabzyx {
	border-top: 1px none #8EBCF1;
	border-right: 1px solid #8EBCF1;
	border-bottom: 1px solid #8EBCF1;
	border-left: 1px solid #8EBCF1;
}
.tabxus {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.tabjiaodian {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00EAFF;
	border-right-color: #00EAFF;
	border-bottom-color: #00EAFF;
	border-left-color: #00EAFF;
	height: 70px;
	width: 283px;


}
a.heiti16:link {
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;

}
a.heiti16:visited {
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;

}
a.heiti16:hover {
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	line-height: 24px;

}
.tabjiaodian02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #00EAFF;
	border-right-color: #00EAFF;
	border-bottom-color: #00EAFF;
	border-left-color: #00EAFF;
}
a.huanglink:link {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}
a.huanglink:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}
a.huanglink:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a.whitelink:link {
	font-family: "黑体", "Arial";
	font-size: 13pt;
	line-height: 185%;
	color: #FFCC66;
	text-decoration: none;
}
a.whitelink:visited {
	font-family: "黑体", "Arial";
	font-size: 13pt;
	line-height: 185%;
	color: #FFCC66;
	text-decoration: none;
}
a.whitelink:hover {
	font-family: "黑体", "Arial";
	font-size: 13pt;
	line-height: 185%;
	color: #FFCC66;
	text-decoration: underline;
}
a.whitelink:active {
	font-family: "黑体", "Arial";
	font-size: 13pt;
	line-height: 185%;
	color: #FFCC66;
	text-decoration: none;}
.date {  font-family: "Arial"; font-size: 8pt; color: #030C00; line-height: 185%}
.f9 {  font-family: "宋体"; font-size: 9pt; color: #030C00; line-height: 165%}
.y12 {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 185%;
	text-align: left;
	font-weight: bold;
}
.linehong {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}
.list_lf_s1 {text-indent:-9987px;}.list_lf_s1 {text-indent:-9987px;}
.heifont-1 {
	font-family: "宋体", "Arial";
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	line-height: 24px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.baisi14font {
font-family: "黑体"; font-size: 15pt; color: #990000; line-height: 185%
}
.juese {

	font-family: "宋体", "Arial";
	font-size: 12px;	line-height: 18px;
color: #E05105;
	text-decoration: none;
}
a.hei14link:link {
	font-family: "宋体", "Arial";
	font-size: 14px;	line-height: 18px;
color: #2C2C2C;
	text-decoration: none;
}
a.hei14link:visited {
	font-family: "宋体", "Arial";
	font-size: 14px;	line-height: 18px;
color: #2C2C2C;
	text-decoration: none;
}
a.hei14link:hover {
	font-family: "宋体", "Arial";
	font-size: 14px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
a.hei14link:active {
	font-family: "宋体", "Arial";
	font-size: 14px;	line-height: 18px;
color: #FF0000;
	text-decoration: none;
}

a.hei18link:link {
	font-family: "黑体";
	font-size: 18px;	line-height: 18px;
color: #336600;
	text-decoration: none;
}
a.hei18link:visited {
	font-family: "黑体", "Arial";
	font-size: 18px;	line-height: 18px;
color: #336600;
	text-decoration: none;
}
a.hei18link:hover {
	font-family: "黑体";
	font-size: 18px;	line-height: 18px;
color: #FF0000;
	text-decoration: underline;
}
a.hei18link:active {
	font-family: "黑体";
	font-size: 18px;	line-height: 18px;
color: #006600;
	text-decoration: none;
}
